home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
IP_Pvc
/
Pvc_main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-05-10
|
267 b
|
15 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import "Pvc_Control.h"
void main(int argc, char *argv[]) {
NXApp = [Pvc_Control new];
[NXApp loadNibSection:"Pvc.nib" owner:NXApp];
[NXApp run];
[NXApp free];
exit(0);
}